Asset Enum Property
data class AssetEnumProperty(val property: String, val value: String, val defaultValue: String, val options: List<String>) : AssetProperty
A class that represents an enum asset property.
Parameters
property
the name of the property.
value
the current value of the property.
default Value
the default value of the property if it is not set.
options
the available options to choose the value from.